home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / autoxprs.zip / XPRESS.BAT < prev   
DOS Batch File  |  1991-02-26  |  720b  |  32 lines

  1. @Echo OFF
  2. :-----------------------------------------------------------------
  3. : Example batch file to run Silver Xpress under RA V1.00 in a 
  4. : multi-line setup.  See doc's for more information.
  5. :
  6. :            *** REMEMBER TO CHECK THE PATHS ***
  7. :-----------------------------------------------------------------
  8.  
  9. C:
  10. CD \RA\NODE%1
  11.  
  12. :
  13. : If you are using CONVEXT then replace the line after this comment with
  14. : \RA\UTIL\CONVEXT 1
  15.  
  16. \RA\UTIL\EXIT04 O
  17. \RA\RACVT R2Q
  18.  
  19. C:
  20. CD \RA\XPRESS
  21. xpmail  -QOLD -F -P1 -CC:\RA\NODE%1\XPMAIL.PRM  %2 %3 %4 %5 %6
  22. C:
  23. CD \RA\NODE%1
  24.  
  25. \RA\RACVT Q2R
  26.  
  27. :
  28. : If you are using CONVEXT then replace the line after this comment with
  29. : \RA\UTIL\CONVEXT 2
  30.  
  31. \RA\UTIL\EXIT04 N
  32.